115 research outputs found

    Clustering by non-negative matrix factorization with independent principal component initialization

    Get PDF
    Non negative matrix factorization (NMF) is a dimensionality reduction and clustering method, and has been applied to many areas such as bioinformatics, face images classification, and so on. Based on the traditional NMF, researchers recently have put forward several new algorithms on the initialization area to improve its performance. In this paper, we explore the clustering performance of the NMF algorithm, with emphasis on the initialization problem. We propose an initialization method based on independent principal component analysis (IPCA) for NMF. The experiments were carried out on the four real datasets and the results showed that the IPCA-based initialization of NMF gets better clustering of the datasets compared with both random and PCA-based initializations

    An enhanced initialization method for non-negative matrix factorization

    Get PDF
    Non-negative matrix factorization (NMF) is a dimensionality reduction tool, and has been applied to many areas such as bioinformatics, face image classification, etc. However, it often converges to some local optima because of its random initial NMF factors (W and H matrices). To solve this problem, some researchers have paid much attention to the NMF initialization problem. In this paper, we first apply the k-means clustering to initialize the factor W, and then we calculate the initial factor H using four different initialization methods (three standard and one new). The experiments were carried out on the eight real datasets and the results showed that the proposed method (EIn-NMF) achieved less error and faster convergence compared with both random initialization based NMF and the three standard methods for k-means based NMF

    Adaptive Blind Channel Equalization

    Get PDF

    Diffusion map for clustering fMRI spatial maps extracted by independent component analysis

    Full text link
    Functional magnetic resonance imaging (fMRI) produces data about activity inside the brain, from which spatial maps can be extracted by independent component analysis (ICA). In datasets, there are n spatial maps that contain p voxels. The number of voxels is very high compared to the number of analyzed spatial maps. Clustering of the spatial maps is usually based on correlation matrices. This usually works well, although such a similarity matrix inherently can explain only a certain amount of the total variance contained in the high-dimensional data where n is relatively small but p is large. For high-dimensional space, it is reasonable to perform dimensionality reduction before clustering. In this research, we used the recently developed diffusion map for dimensionality reduction in conjunction with spectral clustering. This research revealed that the diffusion map based clustering worked as well as the more traditional methods, and produced more compact clusters when needed.Comment: 6 pages. 8 figures. Copyright (c) 2013 IEEE. Published at 2013 IEEE International Workshop on Machine Learning for Signal Processin

    Improved Defect Detection Using Adaptive Leaky NLMS Filter in Guided-Wave Testing of Pipelines

    Get PDF
    Ultrasonic guided wave (UGW) testing of pipelines allows long range assessments of pipe integrity from a single point of inspection. This technology uses a number of arrays of transducers, linearly placed apart from each other to generate a single axisymmetric wave mode. The general propagation routine of the device results in a single time domain signal, which is then used by the inspectors to detect the axisymmetric wave for any defect location. Nonetheless, due to inherited characteristics of the UGW and non-ideal testing conditions, non-axisymmetric (flexural) waves will be transmitted and received in the tests. This adds to the complexity of results’ interpretation. In this paper, we implement an adaptive leaky normalized least mean square (NLMS) filter for reducing the effect of non-axisymmetric waves and enhancement of axisymmetric waves. In this approach, no modification in the device hardware is required. This method is validated using the synthesized signal generated by a finite element model (FEM) and real test data gathered from laboratory trials. In laboratory trials, six different sizes of defects with cross-sectional area (CSA) material loss of 8% to 3% (steps of 1%) were tested. To find the optimum frequency, several excitation frequencies in the region of 30–50 kHz (steps of 2 kHz) were used. Furthermore, two sets of parameters were used for the adaptive filter wherein the first set of tests the optimum parameters were set to the FEM test case and, in the second set of tests, the data from the pipe with 4% CSA defect was used. The results demonstrated the capability of this algorithm for enhancing a defect’s signal-to-noise ratio (SNR)

    Defect Detection using Power Spectrum of Torsional Waves in Guided-Wave Inspection of Pipelines

    Get PDF
    Ultrasonic Guided-wave (UGW) testing of pipelines allows long-range assessment of pipe integrity from a single point of inspection. This technology uses a number of arrays of transducers separated by a distance from each other to generate a single axisymmetric (torsional) wave mode. The location of anomalies in the pipe is determined by inspectors using the received signal. Guided-waves are multimodal and dispersive. In practical tests, nonaxisymmetric waves are also received due to the nonideal testing conditions, such as presence of variable transfer function of transducers. These waves are considered as the main source of noise in the guided-wave inspection of pipelines. In this paper, we propose a method to exploit the differences in the power spectrum of the torsional wave and flexural waves, in order to detect the torsional wave, leading to the defect location. The method is based on a sliding moving window, where in each iteration the signals are normalised and their power spectra are calculated. Each power spectrum is compared with the previously known spectrum of excitation sequence. Five binary conditions are defined; all of these need to be met in order for a window to be marked as defect signal. This method is validated using a synthesised test case generated by a Finite Element Model (FEM) as well as real test data gathered from laboratory trials. In laboratory trials, three different pipes with defects sizes of 4%, 3% and 2% cross-sectional area (CSA) material loss were evaluated. In order to find the optimum frequency, the varying excitation frequency of 30 to 50 kHz (in steps of 2 kHz) were used. The results demonstrate the capability of this algorithm in detecting torsional waves with low signal-to-noise ratio (SNR) without requiring any change in the excitation sequence. This can help inspectors by validating the frequency response of the received sequence and give more confidence in the detection of defects in guided-wave testing of pipelines

    CiT-Net: Convolutional Neural Networks Hand in Hand with Vision Transformers for Medical Image Segmentation

    Full text link
    The hybrid architecture of convolutional neural networks (CNNs) and Transformer are very popular for medical image segmentation. However, it suffers from two challenges. First, although a CNNs branch can capture the local image features using vanilla convolution, it cannot achieve adaptive feature learning. Second, although a Transformer branch can capture the global features, it ignores the channel and cross-dimensional self-attention, resulting in a low segmentation accuracy on complex-content images. To address these challenges, we propose a novel hybrid architecture of convolutional neural networks hand in hand with vision Transformers (CiT-Net) for medical image segmentation. Our network has two advantages. First, we design a dynamic deformable convolution and apply it to the CNNs branch, which overcomes the weak feature extraction ability due to fixed-size convolution kernels and the stiff design of sharing kernel parameters among different inputs. Second, we design a shifted-window adaptive complementary attention module and a compact convolutional projection. We apply them to the Transformer branch to learn the cross-dimensional long-term dependency for medical images. Experimental results show that our CiT-Net provides better medical image segmentation results than popular SOTA methods. Besides, our CiT-Net requires lower parameters and less computational costs and does not rely on pre-training. The code is publicly available at https://github.com/SR0920/CiT-Net

    Credit card fraud detection using AdaBoost and majority voting

    Full text link
    Credit card fraud is a serious problem in financial services. Billions of dollars are lost due to credit card fraud every year. There is a lack of research studies on analyzing real-world credit card data owing to confidentiality issues. In this paper, machine learning algorithms are used to detect credit card fraud. Standard models are first used. Then, hybrid methods which use AdaBoost and majority voting methods are applied. To evaluate the model efficacy, a publicly available credit card data set is used. Then, a real-world credit card data set from a financial institution is analyzed. In addition, noise is added to the data samples to further assess the robustness of the algorithms. The experimental results positively indicate that the majority voting method achieves good accuracy rates in detecting fraud cases in credit cards
    corecore